Find the additive inverse of the matri[ -5 8 6 -2 ]
- [ 5 -8 ] [ -6 2 ]
- [ -5 -8 ] [ -6 -2 ]
- [ 5 8 ] [ 6 2 ]
- [ -5 8 ] [ 6 2 ]
Explanation
[1 8
9 2] FIND TRANSPOSE OF A MATRIX?
The additive inverse of a matrix A is a matrix -A, where each element is the negative of the corresponding element in A.
Given:
A =
[ -5 8 ]
[ 6 -2 ]
Then,
-A =
[ 5 -8 ]
[ -6 2 ] ✔
Because:
- (-5) = 5
- (8) = -8
- (6) = -6
- (-2) = 2